Deserialize(Type, TInputStream, string)

Method

Namespace: Diffstore.Serialization

Declared in: Diffstore.Serialization.IFormatter<TInputStream, TOutputStream>


Deserializes a value from the input stream

Syntax

public object Deserialize(
	Type type,
	TInputStream stream,
	string fieldName
)

Parameters

type

Type of the value to be deserialized

stream

Input stream

Returns


Back to index